home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / topline1.helpoddp < prev    next >
Text File  |  1991-10-23  |  2KB  |  32 lines

  1. +-----------------------------------------------------------------------------+
  2. |                            TEXT1 \topline1-5 COMMANDS                       |
  3. +-----------------------------------------------------------------------------+
  4.                                                                                
  5. The \topline1-5 commands set what will appear at the top of each page after the
  6. title page.  The \topline1-5  command is  always used  in conjunction  with the
  7. \bothpages (\bp), \evenpages  (\ep), or \oddpages (\op)  command.  This command
  8. has the format:                                                                
  9.                                                                                
  10.      \oddpages{                                                                
  11.      \toplineX{llll}{cccc}{rrrr}                                               
  12.      }                                                                         
  13.                                                                                
  14. where "X"  may be 1-5  and refers to  the toptitle  line number; "llll"  is the
  15. information  to be  printed left  justified; "cccc"  is the  information to  be
  16. printed centered; and "rrrr" is the  information to be printed right justified.
  17. For example:                                                                   
  18.                                                                                
  19.      \oddpages{                                                                
  20.      \topline1{Joe Smith}{June 3, 1984}{\pagenumber}                           
  21.      \topline2{\rule}{}{}                                                      
  22.      }                                                                         
  23.                                                                                
  24. will space  down the amount  specified on the  \topmargin command and  put "Joe
  25. Smith" at the top  far left, with "June 3, 1984" centered  and the current page
  26. number on the top far  right of the first line of each odd  page. On the second
  27. line of each odd  page will be a horizontal line across the  width of the text.
  28. The running toptitle of page 5 would look like this:                           
  29.                                                                                
  30. Joe Smith                            June 3, 1984                             5
  31. _______________________________________________________________________________
  32.